home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / go-fishing.swf / scripts / frame_359 / DoAction.as
Text File  |  2011-01-13  |  726b  |  40 lines

  1. if(interval == "12")
  2. {
  3.    if(count < "4")
  4.    {
  5.       choice_lorr = random("2") + "1";
  6.       choice_fish = random("7") + "1";
  7.       fish_name = "/" add eval("fish_temp_" add choice_fish);
  8.       if(eval("a" add choice_fish) == "0")
  9.       {
  10.          set("a" add choice_fish,"1");
  11.          tellTarget(fish_name)
  12.          {
  13.             gotoAndPlay(2);
  14.          }
  15.          count += "1";
  16.       }
  17.    }
  18.    interval = "1";
  19. }
  20. if(eval("/:resume") == "1")
  21. {
  22.    if(resume_time >= "4")
  23.    {
  24.       tellTarget("/power")
  25.       {
  26.          nextFrame();
  27.       }
  28.       resume_time = "1";
  29.    }
  30. }
  31. if("11" < time_temp)
  32. {
  33.    time_temp = "1";
  34.    set("/:time",eval("/:time") - "1");
  35. }
  36. else
  37. {
  38.    time_temp += "1";
  39. }
  40.